home *** CD-ROM | disk | FTP | other *** search
/ Learn to Speak Spanish 7 / LSSP_7.ISO / pc / lssp / games / games22.dir / 00023_chart 9.ls < prev    next >
Encoding:
Text File  |  1998-11-10  |  107 b   |  8 lines

  1. on mouseDown
  2.   global CurField
  3.   if CurField <> 9 then
  4.     set CurField to 9
  5.   end if
  6.   switchColumn()
  7. end
  8.